BoundsCompat

Class representing the range of an WindowInsetsAnimationCompat

Constructors

Link copied to clipboard
constructor(@NonNull lowerBound: Insets, @NonNull upperBound: Insets)

Functions

Link copied to clipboard
Queries the lower inset bound of the animation.
Link copied to clipboard
Queries the upper inset bound of the animation.
Link copied to clipboard
Insets both the lower and upper bound by the specified insets.
Link copied to clipboard
Creates a new instance of WindowInsetsAnimation.Bounds from this compat instance.
Link copied to clipboard
Link copied to clipboard
open fun toString(): String